home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WINPROGS.ARJ / CONNECT.MAK < prev    next >
Text File  |  1990-11-28  |  209b  |  10 lines

  1. connect.exe:  connect.obj connect.def
  2.    link connect, /align:16, NUL, /nod slibcew libw, connect
  3.    rc connect.exe
  4.    
  5.    
  6. connect.obj:  connect.c 
  7.    cl -c -Gsw -Ow -W2 -Zp connect.c
  8.    
  9.       
  10.